.main {
  width: 83.33%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

@keyframes mouse {
  from {
    bottom: 25px;
  }
  to {
    bottom: 0;
  }
}

@-webkit-keyframes mouse {
  from {
    bottom: 25px;
  }
  to {
    bottom: 0;
  }
}

.header {
  width: 100%;
  height: 110px;
  background-color: #fff;
  position: sticky;
  z-index: 100;
  top: 0;
}

.header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .left-box {
  display: flex;
  align-items: center;
}

.header .left-box .logo {
  width: 146px;
}

.header .left-box .logo img {
  width: 100%;
}

.header .left-box .type {
  margin-left: 10px;
}

.header .left-box .type span {
  position: relative;
  font-size: 20px;
  color: #01169f;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}

.header .left-box .type span:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  top: 10px;
  background-color: #004099;
}

.header .left-box .type span:last-of-type:after {
  width: 0;
}

.header .right-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header .right-box .nav-box {
  height: 100%;
}

.header .right-box .nav-box .item {
  font-size: 16px;
  color: #333;
  height: 100%;
  line-height: 110px;
  display: inline-block;
  padding: 0 6px;
  margin-left: 60px;
  position: relative;
}

.header .right-box .nav-box .item:first-of-type {
  margin-left: 0;
}

.header .right-box .nav-box .item.active {
  color: #003f9a;
}

.header .right-box .nav-box .item.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #003f9a;
  bottom: 0;
  left: 0;
}

.header .right-box .nav-box .item:hover {
  color: #003f9a;
}

.header .right-box .search {
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 70px;
}

.header .right-box .search i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/01.png");
}

.m-header, .m-cover {
  display: none;
}

.com-title {
  padding-top: 80px;
}

.com-title .en {
  font-size: 50px;
  line-height: 50px;
  font-family: 'DIN';
  text-transform: uppercase;
}

.com-title .cn {
  font-size: 32px;
  line-height: 32px;
  margin-top: 20px;
}

.com-title .line {
  width: 18px;
  height: 3px;
  background-color: #000000;
  border-radius: 1px;
  margin-top: 20px;
}

.com-title .desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.news-more {
  padding: 10px 0;
}

.news-more span {
  font-size: 14px;
  font-family: 'DIN';
}

.news-more .arr {
  width: 16px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/17.png");
  margin-left: 12px;
}

.com-more {
  width: 176px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: solid 1px #ffffff;
  font-size: 14px;
  display: block;
}

.com-more span {
  font-family: 'DIN';
}

.com-more i {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages-box .item {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #999;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.6s;
}

.pages-box .item i {
  color: #999;
}

.pages-box .item:hover, .pages-box .item.active {
  background-color: #003f9a;
  transition: all 0.6s;
  color: #fff;
}

.pages-box .item:hover i, .pages-box .item.active i {
  color: #fff;
}

.footer .footer-top {
  background-color: #222;
  padding: 40px 0 0;
}

.footer .footer-top .main .logo {
  width: 390px;
}

.footer .footer-top .main .logo img {
  width: 100%;
}

.footer .footer-top .main .foot-list {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding-bottom: 60px;
  border-bottom: 1px solid #333;
}

.footer .footer-top .main .foot-list .items-box .tt {
  font-size: 16px;
  color: #fff;
  display: block;
}

.footer .footer-top .main .foot-list .items-box .items {
  margin-top: 25px;
}

.footer .footer-top .main .foot-list .items-box .items .item {
  font-size: 14px;
  line-height: 26px;
  color: #999;
  display: block;
}

.footer .footer-top .main .foot-list .items-box.pro .items {
  width: 520px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footer-top .main .foot-list .items-box.pro .items .item {
  width: 48%;
}

.footer .footer-top .main .address-box {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}

.footer .footer-top .main .address-box .line {
  display: flex;
  align-items: center;
}

.footer .footer-top .main .address-box .line .arr {
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.footer .footer-top .main .address-box .line .arr.gps {
  background-image: url("../img/05.png");
  width: 11px;
  height: 11px;
}

.footer .footer-top .main .address-box .line .arr.mail {
  background-image: url("../img/06.png");
  width: 16px;
  height: 12px;
}

.footer .footer-top .main .address-box .line .arr.tel {
  background-image: url("../img/07.png");
  width: 12px;
  height: 12px;
}

.footer .footer-bottom {
  background-color: #202020;
  height: 70px;
}

.footer .footer-bottom .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.footer .footer-bottom .main a {
  font-size: 14px;
  color: #666;
}

.footer .footer-bottom .main .police {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.footer .footer-bottom .main .right a {
  margin-left: 70px;
}

.inner-banner {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.inner-banner > img {
  width: 100%;
  opacity: 0;
}

.inner-banner .text-box {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inner-banner .text-box .en {
  font-size: 50px;
  line-height: 53px;
  font-family: 'DIN';
}

.inner-banner .text-box .cn {
  font-size: 32px;
  line-height: 32px;
  margin-top: 10px;
}

.bread-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-shrink: 0;
}

.bread-box i {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.bread-box a {
  color: #999;
  font-size: 14px;
}

.bread-box span {
  color: #999;
}

.second-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 0 50px 0 30px;
  margin-top: -35px;
  position: relative;
  z-index: 11;
}

.second-box .second-nav {
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding-left: 25px;
  height: 100%;
}

.second-box .second-nav .item {
  display: block;
  min-width: 136px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-left: 20px;
  font-size: 16px;
  color: #333;
  border-radius: 22px;
  padding: 0 22px;
  flex-shrink: 0;
}

.second-box .second-nav .item.active {
  background-color: #003f9a;
  color: #fff;
}

.second-box .second-nav .item:first-of-type {
  margin-left: 0;
}

.second-box .second-nav::-webkit-scrollbar {
  width: 8px;
  height: 4px;
  background-color: #f3f4f5;
}

.second-box .second-nav::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f3f4f5;
}

.second-box .second-nav::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #003f9a;
}

.back-btn {
  width: 176px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #333333;
  display: block;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list .item {
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-bottom: 2%;
}

.news-list .item .pic {
  width: 100%;
  overflow: hidden;
}

.news-list .item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

.news-list .item .info {
  padding: 0 10px 25px 0;
}

.news-list .item .info .date {
  font-size: 18px;
  color: #333;
  font-family: 'DIN';
  padding: 20px 0 30px;
  line-height: 18px;
}

.news-list .item .info .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.news-list .item .info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

.news-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.news-list .item:nth-of-type(3n) {
  margin-right: 0;
}

.news-list .item:hover .info {
  background-color: #003f9a;
  transition: all 0.6s;
  padding: 0 10px 25px 25px;
  color: #fff;
}

.news-list .item:hover .info .date {
  color: #fff;
}

.news-list .item:hover .info .desc {
  color: #fff;
}

.detail-bottom {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #e6e6e6;
}

.detail-bottom .page {
  font-size: 14px;
  color: #333;
  width: 50%;
}

.detail-bottom .page.next {
  text-align: right;
}

.apply-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 3px solid #004099;
  color: #004099;
  margin-bottom: 40px;
}

.form-box .form-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-box .form-code .form-line {
  margin-bottom: 0 !important;
  width: 100%;
}

.form-box .form-code .code-img {
  width: 130px;
  flex-shrink: 0;
  margin-left: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.form-box .form-code .code-img img {
  width: 100%;
  height: 100%;
}

.form-box .form-line {
  border-radius: 4px;
  height: 50px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  position: relative;
}

.form-box .form-line span {
  color: #FE1004;
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.form-box .form-line i {
  font-size: 20px;
  color: #999;
}

.form-box .form-line input, .form-box .form-line textarea {
  background-color: transparent;
  padding-left: 10px;
  border: 0;
  flex: 1;
  resize: none;
  height: 100%;
}

.form-box .form-line.has-text {
  height: 120px;
  align-items: flex-start;
  padding-top: 15px;
}

.form-box .form-btn .btn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #004099;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  width: 100%;
  border: 0;
}

.title-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.title-top .com-pages {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.title-top .com-pages .com-prev, .title-top .com-pages .com-next {
  cursor: pointer;
  outline: none;
}

.title-top .com-pages .com-prev i, .title-top .com-pages .com-next i {
  font-size: 36px;
  color: #003f9a;
}

.title-top .com-pages .com-prev.swiper-button-disabled i, .title-top .com-pages .com-next.swiper-button-disabled i {
  color: #999;
}

.title-top .com-pages .com-prev {
  margin-right: 30px;
  transform: rotate(-180deg);
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 30px 40px;
}

.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
  margin-bottom: 6px;
}

.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}

.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}

.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}

.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}

.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}

.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #003f9a;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}

.join-form .line.heightauto {
  height: auto;
}

#join-upload {
  width: 100px;
  height: 36px;
  line-height: 36px;
  position: relative;
  background-color: #003f9a;
  border-radius: 4px;
  float: left;
  text-align: center;
  color: #fff;
}

#join-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.mail-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

#index_mail {
  width: 630px;
  height: 720px;
  background-color: #fff;
  padding: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#index_mail .close {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -12px;
  cursor: pointer;
}

#index_mail .close i {
  font-size: 32px;
  color: #fff;
}

#index_mail .form-box .form-line.has-text {
  height: 160px;
}

#index_mail .form-box .form-btn .btn {
  margin-top: 55px;
}
